home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Prograph Classic 2.6.1 / Prograph Extensions / More Primitives / More Primitives.rsrc / STR#_212.txt < prev    next >
Encoding:
Text File  |  1995-09-21  |  269 b   |  11 lines

  1. Inputs: FileRef
  2. Outputs: ErrorNum; Offset
  3.  
  4. Inputs: integer
  5. Outputs: integer; integer | NULL
  6.  
  7. If ErrorNum is 0, Offset is the current position of the file pointer (the next byte to be read or written) in the file referenced by FileRef. Otherwise, Offset is NULL.
  8.  
  9. File
  10.  
  11.